home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Sample Code / Toolbox / MacCalendar 1.1b1 / MacCalendarSetup.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-20  |  1.5 KB  |  50 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        MacCalendarSetup.h
  3.  
  4.     Contains:    Constants shared between C and Rez for MacCalendar Setup application.
  5.  
  6.     Written by:    Martin Minow
  7.  
  8.     Copyright:    © 1994-1997 by Apple Computer, Inc., all rights reserved.
  9.  
  10.     Change History (most recent first):
  11.  
  12.     You may incorporate this sample code into your applications without
  13.     restriction, though the sample code has been provided "AS IS" and the
  14.     responsibility for its operation is 100% yours.  However, what you are
  15.     not permitted to do is to redistribute the source as "DSC Sample Code"
  16.     after having made changes. If you're going to re-distribute the source,
  17.     we require that you make it clear in the source that the code was
  18.     descended from Apple Sample Code, but that you've made changes.
  19.  
  20.     Edit History:
  21.         1.0d0    MM    First "public" distribution.
  22.         1.0d6    MM    Used wrong value for default day name STR#.
  23.  */
  24.  
  25. #ifndef __MACCALENDARSETUP__
  26. #define __MACCALENDARSETUP__
  27.  
  28. #define BNDL_SetupApp        128
  29. #define FREF_SetupApp        128
  30. #define ICON_SetupApp        128
  31. #define DLOG_Setup            128
  32. #define HELP_Setup            128
  33. #define ALRT_FatalError        129
  34. #define ALRT_NonFatalError    130
  35. #define ALRT_NoPreferences    132
  36. #define MBAR_MenuBar        1
  37. #define MENU_Apple            1
  38. #define MENU_File            256
  39. #define    MENU_Edit            257
  40. #define MENU_Font            258
  41. #define MENU_FontSize        259
  42. #define MENU_FirstDay        260
  43. #define CNTL_FontPopup        256
  44. #define CNTL_SizePopup        257
  45. #define CNTL_FirstDayPopup    258
  46. #define STRN_Messages        129
  47. #define STRN_SetupHelp        130
  48.  
  49. #endif /* __MACCALENDARSETUP__ */
  50.